home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / GFX-Viewer / SViewII / ARexx-Scripts / ReadMe.1st < prev    next >
Text File  |  1999-03-29  |  503b  |  21 lines

  1.  
  2.  For changing controlpad settings fromout scripts, you may
  3.  use the SVPrefs command (SYS:Prefs/SVPrefs), which not only
  4.  offers a nice GUI, but can be used from CLI/Shell or ARexx, too:
  5.  
  6.   Syntax:  SVPrefs SET file NAME [VALUE]
  7.  
  8.   Examples:
  9.  
  10.     1. Set 24BITOPERATOR=Dither24Bit in ENV:SuperView-Library/AGA.controlpad
  11.  
  12.        SVPrefs SET AGA 24BITOPERATOR Dither24Bit
  13.  
  14.     2. Set keyword SCREENINFRONT in ENV:SuperView-Library/AGA.controlpad
  15.  
  16.        SVPrefs SET AGA SCREENINFRONT
  17.  
  18.  --
  19.  ARK, 5/Apr/98
  20.  
  21.